home *** CD-ROM | disk | FTP | other *** search
-
-
-
- XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn((((3333XXXX)))) UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn((((3333XXXX))))
-
-
-
- NNNNAAAAMMMMEEEE
- XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn - Returns an icon widget symbolizing a
- textual drag operation in progress
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <Xm/DragIconP.h>
- WWWWiiiiddddggggeeeetttt XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn(
- WWWWiiiiddddggggeeeetttt wwwwiiiiddddggggeeeetttt);
-
- VVVVEEEERRRRSSSSIIIIOOOONNNN
- This page documents Motif 2.1.
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The _M_o_t_i_f _S_t_y_l_e _G_u_i_d_e requires an application to display a
- drag icon to symbolize a drag operation in progress. Each
- drag icon consists of a source icon, a state icon, and an
- operation icon. The source icon symbolizes the object being
- dragged. If the object being dragged is text, the standard
- Motif text source icon should be displayed. To get the
- standard Motif text source icon, call XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn.
- For more information about drag icons, see the _M_o_t_i_f
- _P_r_o_g_r_a_m_m_e_r'_s _G_u_i_d_e.
-
- The XXXXmmmmeeeeGGGGeeeettttTTTTeeeexxxxttttuuuuaaaallllDDDDrrrraaaaggggIIIIccccoooonnnn function returns the standard text
- source icon widget. Typically, you assign this returned
- widget as the value of the XXXXmmmmNNNNssssoooouuuurrrrcccceeeeCCCCuuuurrrrssssoooorrrrIIIIccccoooonnnn resource of
- the XXXXmmmmDDDDrrrraaaaggggCCCCoooonnnntttteeeexxxxtttt widget; for example:
-
- drag_icon = XmeGetTextualDragIcon(w);
- XtSetArg(args[n], XmNsourceCursorIcon, drag_icon), n++;
- (void) XmeDragSource(w, event, args, n);
-
- _w_i_d_g_e_t Specifies any widget displayed on the screen on
- which you want the source icon to appear.
-
- RRRREEEETTTTUUUURRRRNNNN
- Returns a text source icon widget. The returned icon depends
- on the value of the XXXXmmmmNNNNeeeennnnaaaabbbblllleeeeDDDDrrrraaaaggggIIIIccccoooonnnn resource of XXXXmmmmSSSSccccrrrreeeeeeeennnn.
-
- RRRREEEELLLLAAAATTTTEEEEDDDD
- XXXXmmmmDDDDrrrraaaaggggSSSSttttaaaarrrrtttt(3), XXXXmmmmDDDDrrrraaaaggggCCCCoooonnnntttteeeexxxxtttt(3), and XXXXmmmmSSSSccccrrrreeeeeeeennnn(3).
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 1 (printed 10/3/02)
-
-
-
-